home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Games / GameTracker / scripts / autorefresh.rc < prev    next >
Encoding:
Text File  |  2000-06-05  |  403 b   |  20 lines

  1. IF $qwbautoref EQ 1
  2.  
  3. echo "*N ... refreshing serverinfo ..."
  4.  
  5. IF $arefreshmap EQ 1
  6.  qstat -Ts templ/tmap $qwbgame $Address >env:currentmap
  7.  run <>nil: pop $currentmap
  8. ENDIF
  9.  
  10. qstat -P -R -Ts templ/sn_temp -Tp templ/pn_temp -Th templ/hn_temp $qwbgame $Address >env:cmakerfile
  11.  
  12. execute env:cmakerfile
  13. delete env:cmakerfile >nil:
  14.  
  15. wait sec $arefreshtime
  16. execute qwbhome:scripts/autorefresh.rc >nil:
  17.  
  18. ENDIF
  19.  
  20.